CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - stm32 库

搜索资源列表

  1. STM32 模拟 IIC 驱动 Maxim 加速度传感器 MXC6202 代码

    1下载:
  2. 工程文件为编译环境 Keil MDK4 ST2.0的库,iic_driver.c是模拟IIC代码文件并读出加速度计在X,Y轴上的初始值,没有经过数据处理成加速度的值。 led.c数码管显示程序文件,注释之后的代码是通过一个数码管依次显示X,Y轴上总共8位初始值,把注释去掉之后是通过595锁存8的数码管同时显示加速度计初始值。 main.c是主函数.
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2011-06-27
    • 文件大小:374310
    • 提供者:xyz543
  1. STM32固件哭3.4的移植使用

    0下载:
  2. 关于升级STM32固件库的建议
  3. 所属分类:编程文档

  1. ZL12232C1

    3下载:
  2. ZL12232C1液晶驱动程序,能直接驱动ZL12232C1液晶,使用STM32库函数-ZL12232C1 LCD driver that can directly drive ZL12232C1 LCD, use the STM32 library functions
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-07-05
    • 文件大小:3577855
    • 提供者:xiaoka
  1. ST公司STM32芯片软件库源代码

    0下载:
  2. ST公司STM32芯片软件库源代码。包括工程文件,软件库,各个外设例程,stm32f10x_stdperiph_lib
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2017-06-01
    • 文件大小:14118315
    • 提供者:小熊
  1. STM32最新库文件,V3.5,做STM32软件

    1下载:
  2. STM32最新库文件,V3.5,做STM32软件开发一定用的上的。 有中文库使用说明书-STM lib,v3.5.0
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2017-03-02
    • 文件大小:41262948
    • 提供者:tp
  1. STM32-TIGrlib-mdkPJT TI Grlib(图形库)移植到STM32开发例

    0下载:
  2. TI Grlib(图形库)移植到STM32开发例程,开发板是STMVET6详细的注释-TI' s Grlib (graphics library) transplanted to the STM32 development process, the development board STMVET6 detailed notes ~ ~ ~
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2017-03-02
    • 文件大小:6038419
    • 提供者:why
  1. stm32_FFT2 使用STM32 的DSP库进行FFT变换

    1下载:
  2. 使用STM32 的DSP库进行FFT变换,此为程序代码,很好,适合初学者-Using the STM32 DSP library for FFT, this is the program code, good for beginners
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2017-04-09
    • 文件大小:2603828
    • 提供者:caesar
  1. STM32嵌入式控制器的键盘检测程序

    0下载:
  2. STM32嵌入式控制器的键盘检测程序,不使用固件库的方法;简单明了。-STM32 embedded controller keyboard test procedure, do not use the method of firmware library Simple and clear.
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-03-23
    • 文件大小:12060
    • 提供者:张孝政
  1. UM0424(STM32USB).rar

    0下载:
  2. STM32 USB 固件库,STM32 USB firmware library
  3. 所属分类:USB develop

    • 发布日期:2017-03-25
    • 文件大小:434050
    • 提供者:tg
  1. Details_for_STM32_FWlib.rar

    0下载:
  2. 详细介绍了STM32的固件库函数,可以让你方便快捷的开发。,Detailed information on the STM32 firmware library functions, allowing you to develop convenient and efficient.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-10
    • 文件大小:1708608
    • 提供者:lirui
  1. UCOS_GPS.rar

    0下载:
  2. 我的stm32上GPS程序,串口部分是非库函数,有需要的可以参考下,个人觉得不错,I stm32 on the GPS program, serial part of the non-library functions, there is a need that can refer to the following individuals feel good
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:514315
    • 提供者:yangxifang
  1. MDK_STM32_Example_FirmLib_V2_.

    0下载:
  2. 基于MDK(3.22以上版本)的stm32的V2.0版本的固件函数库。,Based on MDK (3.22 or later) and stm32 the V2.0 version of the firmware library.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-06-21
    • 文件大小:34729100
    • 提供者:nana
  1. stm32

    1下载:
  2. 在STM32的I2C上摔了一跤,测试了官方提供的几个例程和库,都有不同缺陷,也无法弥补: 1、查询方式,在连续读数据的过程中不能中断 2、DMA方式类似,在同一DMA中I2C的级别必须最高,否则同1. 3、中断方式也不能有更高优先级中断I2C,否则同1. 鉴于以上原因,无奈的口线模拟了I2C。(仅仅代表个人看法,欢迎指正) 附件中的项目文件已经过测试,为感谢OUR这几年的帮助,先开源这个小程序-I2C on the STM32' s fall, the off
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:39379
    • 提供者:yongge
  1. KEIL_STM32_UCOSII

    0下载:
  2. 1.基于KEIL平台STM32 UCOSII完整工程移植 2.LCD显示 SPI数据传输方式 3.含STM32库,UCOSII源码-1. STM32 UCOSII platform based on the full project KEIL transplantation 2.LCD display SPI data transmission 3. Containing STM32 library, UCOSII source
  3. 所属分类:uCOS

    • 发布日期:2017-05-12
    • 文件大小:2617587
    • 提供者:
  1. STM32-V3.5.0project

    0下载:
  2. STM32 V3.5.0project是stm32基于MDK和最新版3.5固件库制作的模板-STM32 V3.5.0project is stm32 based MDK 3.5 firmware and the latest version of the template library production
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-05-17
    • 文件大小:4716544
    • 提供者:caesar
  1. stm_car.rar

    4下载:
  2. 基于stm32的库函数的小车系统程序,包括直流电机L298驱动,38KHz调制红外循迹,车轮码盘脉冲计数,液晶显示等模块。,Stm32 the library function based on the vehicle system programs, including the L298 DC motor driver, 38KHz modulated infrared tracking, wheel encoder pulse counting, such as liquid crystal
  3. 所属分类:SCM

    • 发布日期:2015-05-07
    • 文件大小:2345944
    • 提供者:why
  1. STM32-f10x

    0下载:
  2. STM32-F10X驱动库函数中文资料,很全面地讲解了每个函数的功能、参数,对于使用STM32-F10X系列单片的朋友很有帮助。-STM32-F10X driver libraries Chinese data, it fully explains the function of each function, parameters for single use STM32-F10X series of helpful friends.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-05-08
    • 文件大小:1708756
    • 提供者:deng
  1. STM32F10xIAP.rar

    1下载:
  2. 基于STM32 的IAP升级库,可以完成通过串口,SPI,I2C的远程升级,Upgrade of the IAP based on the STM32 library, to be completed through the serial port, SPI, I2C remote upgrade
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-02
    • 文件大小:166604
    • 提供者:fox
  1. STM32无调用库文件实例

    0下载:
  2. STM32无调用库文件实例,只用寄存器进行读写。
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2012-09-27
    • 文件大小:886815
    • 提供者:jaych2008
  1. stm32V3.1.0-IARV5.40-GPIO

    0下载:
  2. STM32的工程模板,基于IAR5.40的ST固件库V3.1.0,提供GPIO实例-STM32 project template, the ST-based IAR5.40 firmware library V3.1.0, providing GPIO instance
  3. 所属分类:SCM

    • 发布日期:2017-03-23
    • 文件大小:661956
    • 提供者:洪天长
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com